home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / Spam Buster 1.95 / spambuster195.exe / %MAINDIR% / spamBuster.exe / 0 / RCDATA / TFRMWHICHMAILBOX / TFRMWHICHMAILBOX.txt
Encoding:
Text File  |  2002-03-14  |  1.4 KB  |  68 lines

  1. object frmWhichMailbox: TfrmWhichMailbox
  2.   Left = 200
  3.   Top = 108
  4.   ActiveControl = cbWhich
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Which Mail Box?'
  8.   ClientHeight = 138
  9.   ClientWidth = 392
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object EsLabel1: TEsLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 377
  24.     Height = 35
  25.     Appearance = apCustom
  26.     Caption = 'Which mailbox do you wish to check?'
  27.     ColorScheme = csCustom
  28.     CustomSettings.ShadowColor = clGray
  29.     CustomSettings.ShadowDirection = sdNone
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clNavy
  32.     Font.Height = -24
  33.     Font.Name = 'Times New Roman'
  34.     Font.Style = []
  35.     ParentFont = False
  36.   end
  37.   object btOK: TButton
  38.     Left = 114
  39.     Top = 100
  40.     Width = 75
  41.     Height = 28
  42.     Caption = 'OK'
  43.     Default = True
  44.     ModalResult = 1
  45.     TabOrder = 0
  46.     OnClick = btOKClick
  47.   end
  48.   object btCancel: TButton
  49.     Left = 202
  50.     Top = 100
  51.     Width = 75
  52.     Height = 28
  53.     Cancel = True
  54.     Caption = 'Cancel'
  55.     ModalResult = 2
  56.     TabOrder = 1
  57.   end
  58.   object cbWhich: TComboBox
  59.     Left = 27
  60.     Top = 52
  61.     Width = 337
  62.     Height = 24
  63.     Style = csDropDownList
  64.     ItemHeight = 16
  65.     TabOrder = 2
  66.   end
  67. end
  68.